home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoom 2
/
Zoom - Release 2 (1996)(Active Software)[!].iso
/
business
/
misc
/
fwmacros2
/
remove_indent
< prev
next >
Wrap
Text File
|
1994-10-04
|
495b
|
22 lines
/* ======================================== */
/* FINAL WRITER AREXX MACRO */
/* by Nigel S. Domaingue, 31/1/95 */
/* Automatic Removal of Indents */
/* $Ver: Remove_Indent v1.0 (31/1/95) */
/* ======================================== */
Options Results
Status LeftMargin
left = Result
Status RightMargin
right = result
Status Indent
ind = Result
If (left ~= 0 ) then LeftMargin 0
If (right ~= 0 ) then RightMargin 0
If (ind ~= 0 ) then Indent 0